Enum Sound.SoundTrackType
Constants for the type of the audio tracks.
Tables
Sound.SoundTrackType | Table of Sound.SoundTrackType constants. |
Tables
- Sound.SoundTrackType
-
Table of Sound.SoundTrackType constants.
To be used with sound track functions, such as Sound.PlayAudioTrack and Sound.StopAudioTrack.
ONESHOT
- Used for one-time music tracks.LOOPED
- Used for looped ambience or music.VOICE
- Used for dialogs. Also supports subtitles, set by Sound.GetCurrentSubtitle function.